.397395619494580:cc0d69300f9faf649ade2f2758a57316_69e0e05547ca93f26a602231.69e0eee247ca93f26a60233e.69e0eee1d904d1695ee2221f:Trae CN.T(2026/4/16 22:14:58)#519
Open
yangou-hash wants to merge 2 commits intomementum:masterfrom
Conversation
添加情感数据源SentimentCSVData和SentimentCSV 实现SentimentStrategy策略,根据情感指标进行买卖决策 添加测试数据和测试脚本验证策略功能
新增SentimentSizer用于根据平滑情绪值动态调整仓位大小 修改SentimentStrategy添加SMA平滑情绪指标 更新测试数据以包含更多样本 扩展测试脚本支持动态仓位配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SMA 平滑减少噪音
新增动态仓位功能